crypto/ed25519/internal/edwards25519.Point.z (field)

20 uses

	crypto/ed25519/internal/edwards25519 (current package)
		edwards25519.go#L31: 	x, y, z, t field.Element
		edwards25519.go#L126: 	zInv.Invert(&v.z)       // zInv = 1 / Z
		edwards25519.go#L183: 	v.z.One()
		edwards25519.go#L206: 	v.Z.Set(&p.z)
		edwards25519.go#L213: 	v.z.Multiply(&p.Z, &p.T)
		edwards25519.go#L221: 	v.z.Square(&p.Z)
		edwards25519.go#L237: 	v.Z.Set(&p.z)
		edwards25519.go#L248: 	invZ.Invert(&p.z)
		edwards25519.go#L282: 	ZZ2.Multiply(&p.z, &q.Z)
		edwards25519.go#L302: 	ZZ2.Multiply(&p.z, &q.Z)
		edwards25519.go#L323: 	Z2.Add(&p.z, &p.z)
		edwards25519.go#L342: 	Z2.Add(&p.z, &p.z)
		edwards25519.go#L378: 	v.z.Set(&p.z)
		edwards25519.go#L388: 	t1.Multiply(&v.x, &u.z)
		edwards25519.go#L389: 	t2.Multiply(&u.x, &v.z)
		edwards25519.go#L390: 	t3.Multiply(&v.y, &u.z)
		edwards25519.go#L391: 	t4.Multiply(&u.y, &v.z)